-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Programming exercises
: Enable empty template for LocalCI
#9280
Programming exercises
: Enable empty template for LocalCI
#9280
Conversation
WalkthroughThe changes involve the integration of the Changes
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 5
I don't remember closing this. Strange. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still works on Ts2.
One thing I noticed: You can freely set the image (something else instead of ubuntu:24.04). Am I missing something, or does an admin e.g. need to add different images manually to make it work? For example using ubuntu:22.04 didn't work, as it was not found.
You should be able to set any image in an online docker registry. I tried |
Programming exercises
: Enable Empty
Template for LocalCIProgramming exercises
: Enable empty template for LocalCI
Checklist
General
Server
Client
Changes affecting Programming Exercises
Motivation and Context
The
Empty
template was created to provide a starting point for advanced users. It requires a customized build script to be useful. Currently, this template is disabled for LocalCI.Description
This PR enables the
Empty
template for LocalCI and adds hints to the exercise creation dialog which are displayed when theEmpty
template is selected. The custom build script is auto-selected. It provides TODO items where the actual behavior is to be placed.Steps for Testing
Prerequisites:
Empty
languageCustomize Build Script
is checked automaticallyTestserver States
Note
These badges show the state of the test servers.
Green = Currently available, Red = Currently locked
Click on the badges to get to the test servers.
Review Progress
Code Review
Manual Tests
Test Coverage
Screenshots
Summary by CodeRabbit
New Features
EMPTY
programming language in the Local CI service, enhancing its robustness.EMPTY
, improving user guidance.Improvements
Bug Fixes